home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 15 / BBS in a box XV-1.iso / Files / Util / M / MacDOS 3.0.sit / MacDOS 3.0 ƒ / executables / MacDOS 3.0.rsrc / TEXT_166_REN.txt < prev    next >
Encoding:
Text File  |  1995-04-09  |  1.3 KB  |  23 lines

  1. Changes name, creator, and/or file-type of one or more files. It also
  2. assigns the current date/time and toggles the ‚Äòhidden‚Äô file attribute.
  3.  
  4. REN source [destination] [/!] [/C=src-creator] [/C!dst-creator] [/D]
  5.     [/H] [/L] [/T=src-file-type] [/T!dst-file-type]
  6.  
  7.   source           specifies what is to be renamed.
  8.                    It can be a filename, a wildcarded filename, or a
  9.                    directory name, possibly preceded by a volume and path spec.
  10.   destination      specifies the new name[s].
  11.                    It can only be a file name, possibly wildcarded but NOT
  12.                    preceded by a volume and path spec.
  13.   /!               automatically modifies the destination filenames if there
  14.                    are duplicates, so that the command can be completed.
  15.   /C=src-creator   only renames files of the given src-creator.
  16.   /C!dst-creator   changes the creator to the given dst-creator.
  17.   /D               assigns the current date/time to the source.
  18.   /H               makes visible the hidden sources and hides the visible
  19.                    sources.
  20.   /L               makes the selection of sources case sensitive.
  21.   /T=src-file-type only renames files of the given src-file-type.
  22.   /T!dst-file-type changes the file type to the given dst-file-type.
  23.